home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0081.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  7.6 KB  |  174 lines

  1. laeeb@rivm.nl (Erminio Ballerini) writes:
  2.  
  3. >I know of ECS which can use the IMAP protocol (is this the same as MAPI?) but 
  4. >WP doesn't recognise it as an mailsystem. The server has an IMAP (IMAP2bis) 
  5. >server (imapd) running. ECS runs perfectly outside WP.
  6. >
  7. Hahaha!  I never noticed that IMAP and MAPI had the same letters.
  8. IMAP and MAPI are very different.  In a future release, ECS is
  9. promising us MAPI support also though.
  10. --
  11. Billy Barron,  Network Services Manager, Univ of Texas at Dallas
  12. billy@utdallas.edu 
  13. From news@bigblue.oit.unc.edu Tue Feb  8 17:50:57 1994
  14. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  15.           id AA08703; Tue, 8 Feb 1994 14:37:57 -0500
  16. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  17.           id AA10341; Tue, 8 Feb 1994 13:23:32 -0500
  18. Received: from GATEWAY by bigblue with netnews
  19.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  20. To: winsock@sunsite.unc.edu
  21. Date: 08 Feb 1994 17:50:57 GMT
  22. From: peter@hprcl154.mayfield (Peter Huang)
  23. Message-Id: <PETER.94Feb8095058@hprcl154.mayfield>
  24. Organization: Hewlett-Packard Mayfield Site
  25. Sender: ses
  26. References: <1994Feb8.152315.1847@drfelix.com>
  27. Subject: Re: Winsock src for Borland
  28.  
  29. In article <1994Feb8.152315.1847@drfelix.com> root@drfelix.com (Chris White) writes:
  30.  
  31. >       Ive tried using data from winsock.doc, but I guess I must be doing
  32. >   something stupid, as the linker complains about the functions it cant find
  33. >   (WSAStartup,etc) and dies....Ive tried putting imports into a .def file and
  34. >   using winsock.lib, but still no joy!!!.....
  35.  
  36. depends on the winsock.dll version you have,  you may need to run import to
  37. create new winsock.lib (I assume you did it ) and reference it in your prj file.
  38. the winsock.lib from MS is for  MS C++ which does not get reference correctly
  39. in link stage using Borland C++.
  40.  
  41.  
  42. -- 
  43.      ============================================================
  44.         Peter Huang             HP Response Center Lab
  45.         Phone: (415)691-3417    Email: huangp@mayfield.HP.COM
  46.         100 Mayfield Avenue, MS 37MA, Moutain View, CA 94043
  47.         ============================================================
  48.        
  49. DISCLAIMER: this message is the my personal opinion and does not
  50. constitute the support, opinion or policy of Hewlett-Packard.
  51. From news@bigblue.oit.unc.edu Tue Feb  8 18:16:41 1994
  52. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  53.           id AA08733; Tue, 8 Feb 1994 14:38:06 -0500
  54. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  55.           id AA28303; Tue, 8 Feb 1994 13:27:30 -0500
  56. Received: from GATEWAY by bigblue with netnews
  57.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  58. To: winsock@sunsite.unc.edu
  59. Date: Tue, 8 Feb 1994 18:16:41 GMT
  60. From: tomk@unipalm.co.uk (Tom Kermeen)
  61. Message-Id: <tomk.31.001247BB@unipalm.co.uk>
  62. Organization: Unipalm Ltd.
  63. Sender: ses
  64. References: <laeeb.144.2D575D5A@rivm.nl>
  65. Subject: Re: MAPI Mailsystem and winsock ?
  66.  
  67. In article <laeeb.144.2D575D5A@rivm.nl> laeeb@rivm.nl (Erminio Ballerini) writes:
  68. >From: laeeb@rivm.nl (Erminio Ballerini)
  69. >Subject: MAPI Mailsystem and winsock ?
  70. >Date: Tue, 8 Feb 1994 09:37:30 GMT
  71.  
  72. >It's possible in WP for Windows 6.0 to use a MAPI mailsystem within the 
  73. >program. Is there such a mailprogram which uses winsock, if there is, is it 
  74. >possible for me to ftp it?
  75. There is one, its called Mail-it and is available from Unipalm limited, 
  76. Info from mail-it@unipalm.co.uk
  77. It uses the MS MAPI 1 spec and has been implemented with a MIME transport 
  78. provider to allow you to ship attachments from within Word etc across the net.
  79. It has all sorts of nice features for mail handling.
  80.  
  81. >I know of ECS which can use the IMAP protocol (is this the same as MAPI?) but 
  82. >WP doesn't recognise it as an mailsystem. The server has an IMAP (IMAP2bis) 
  83. >server (imapd) running. ECS runs perfectly outside WP.
  84. IMAP stands for Interactive Mail Access Protocol and defines a server that a 
  85. client can use to access, collect mail etc, MAPI is Microsofts Messaging api 
  86. and defines the interface between the application such as Word and the 
  87. messaging system. The two are completely separate items but often lead to 
  88. confusion.
  89.  
  90. Tom
  91.  
  92.  
  93. Tom.Kermeen@unipalm.co.uk
  94. From news@bigblue.oit.unc.edu Tue Feb  8 07:39:31 1994
  95. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  96.           id AA08747; Tue, 8 Feb 1994 14:38:09 -0500
  97. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  98.           id AA13531; Tue, 8 Feb 1994 13:34:08 -0500
  99. Received: from GATEWAY by bigblue with netnews
  100.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  101. To: winsock@sunsite.unc.edu
  102. Date: 8 Feb 1994 12:39:31 -0500
  103. From: gregg@panix.com (Gregg Gonsalves)
  104. Message-Id: <2j8ioj$cf4@panix.com>
  105. Organization: Treatment Action Group
  106. Sender: ses
  107. References: <2j79q1$1f0@hecate.umd.edu>, <PPOLLET.268.2D573E9E@cismibm.univ-lyon1.fr>
  108. Subject: Re: IRC client for windows
  109.  
  110. Patrick POLLET (PPOLLET@cismibm.univ-lyon1.fr) wrote:
  111. : In article <2j79q1$1f0@hecate.umd.edu> daveyb@polaris.slip.umd.edu writes:
  112. : >From: daveyb@polaris.slip.umd.edu
  113. : >Subject: IRC client for windows
  114. : >Date: Mon, 07 Feb 94 23:57:58 PST
  115.  
  116.  
  117. : >Has anyone ever seen a public domain IRC client that works 
  118. : >with winsock.dll?  I have seen some Dos IRC clients out there, but I 
  119. : >was just wondering if there was one out there for windows.
  120.  
  121. : >Thanks for any info,
  122. : >David
  123. : I think Peter Tattam has one availbale in the " Trumpet Home site"
  124. : Check at petros.psychol.utas.edu.au somewhere in the pub directory 
  125.  
  126. : ppollet@cismibm.univ-lyon1.fr   | ppollet@cipcinsa.insa-lyon.fr
  127. : -------------------------------------------------------------------------
  128. : Dr Patrick L.Pollet INSA Centre Informatique du 1er Cycle  Bat 110
  129. : 20 Avenue A.Einstein  69621 Villeurbanne Cedex France
  130. : -------------------------------------------------------------------------
  131. : Phone: 72 43 83 80 -   Bien sur que je peux le faire
  132. : Fax  : 72 43 85 33 -   Le probleme est : est-ce-que je veux le faire ?
  133. : -------------------------------------------------------------------------
  134.  
  135.  
  136.  
  137. There is a program called winirc.exe which you can easily gopher up by
  138. searching for winsock.  Cheers
  139.  
  140. -- 
  141. Gregg Gonsalves
  142. gregg@panix.com
  143. From news@bigblue.oit.unc.edu Tue Feb  8 16:50:18 1994
  144. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  145.           id AA08753; Tue, 8 Feb 1994 14:38:10 -0500
  146. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  147.           id AA27039; Tue, 8 Feb 1994 12:54:22 -0500
  148. Received: from GATEWAY by bigblue with netnews
  149.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  150. To: winsock@sunsite.unc.edu
  151. Date: Tue, 8 Feb 1994 16:50:18 GMT
  152. From: palmfs@craft.camp.clarkson.edu (Farli)
  153. Message-Id: <1994Feb8.165018.4330@news.clarkson.edu>
  154. Organization: Clarkson University
  155. Sender: ses
  156. Subject: Help Using FTP & Telnet
  157.  
  158. Hiya
  159.     I would like to apologize to this group for semi-flooding it with 
  160. empty postings. Hopefully this one will make it all the way to the group.
  161.     That done I need to ask for some help using Trumpet winsock over a
  162. slip connection.  I have gotten the connection up and going and Mosaic works
  163. relatively well. However I cannot do any FTP'ing or TELNETting. I cannot even 
  164. do it in Mosaic. All of the programs that I have tried using telnet and FTP 
  165. say that they connect and then I get nothing. Nothing in the window until I 
  166. get a timeout error from whereever I was trying to connect. I am using a standard setup for winsock on a slip connection to an ANNEX machine. I just cannot
  167. seem to figure out why none of this works.  If anyone else has had this problem
  168. and corrected it I would be very grateful if you could share the solution with
  169. me. 
  170. Thanks in advance
  171. Stephen Palm
  172. Palmfs@craft.camp.clarkson.edu
  173.  
  174.